From 429a60a12de14ac45336d8a3e4c37a1f0ffce4f3 Mon Sep 17 00:00:00 2001 From: Vincent Danjean Date: Sat, 25 Oct 2014 21:32:40 +0100 Subject: [PATCH] freebsd-compat Fix includes for FreeBSD Gbp-Pq: Name freebsd-compat.patch --- fix-include/CL/cl.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/fix-include/CL/cl.hpp b/fix-include/CL/cl.hpp index 40e9b67..71743d6 100644 --- a/fix-include/CL/cl.hpp +++ b/fix-include/CL/cl.hpp @@ -30,6 +30,7 @@ #define CL_USE_DEPRECATED_OPENCL_1_1_APIS +#include #if defined __clang__ # pragma clang diagnostic push -- 2.30.2